@charset "utf-8";


@media all and (max-width: 768px) {

/*手机版首页tab样式修改*/
.tab-head ul li.default {
  color: #226ebc;
  z-index: 999;
  background: #1D4E89;
  border:none;
}


.tab-head ul li.default a {
   
    color: #fff;
  }


}